Avoid crashes in half-baked emacsclient frames
authorEli Zaretskii <eliz@gnu.org>
Fri, 7 Jun 2024 19:30:41 +0000 (22:30 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 7 Jun 2024 19:30:41 +0000 (22:30 +0300)
commite99a821f978530b4c397f88de145ff7ba9d31040
tree787314fe08bc5f1eac1595686e9bdfa63afab6ad
parent9cd182dae8822e810b73b2c1c1c41955096bb2de
Avoid crashes in half-baked emacsclient frames

If a client connection comes in while we handle a Lisp error,
the new frame creation could signal an error before the new
frame is ready for display.
* src/xdisp.c (redisplay_internal): Don't redisplay windows on
frames that were not completely set up.  (Bug#71224)
src/xdisp.c